Go to the source code of this file.
Defines | |
| #define | PSP_USBBUS_DRIVERNAME "USBBusDriver" |
| #define | PSP_USB_ACTIVATED 0x200 |
| #define | PSP_USB_CABLE_CONNECTED 0x020 |
| #define | PSP_USB_CONNECTION_ESTABLISHED 0x002 |
Functions | |
| int | sceUsbStart (const char *driverName, int size, void *args) |
| Start a USB driver. | |
| int | sceUsbStop (const char *driverName, int size, void *args) |
| Stop a USB driver. | |
| int | sceUsbActivate (u32 pid) |
| Activate a USB driver. | |
| int | sceUsbDeactivate (u32 pid) |
| Deactivate USB driver. | |
| int | sceUsbGetState (void) |
| Get USB state. | |
| int | sceUsbGetDrvState (const char *driverName) |
| Get state of a specific USB driver. | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Activate a USB driver.
|
|
|
Deactivate USB driver.
|
|
|
Get state of a specific USB driver.
|
|
|
Get USB state.
|
|
||||||||||||||||
|
Start a USB driver.
|
|
||||||||||||||||
|
Stop a USB driver.
|
1.4.6